Skip to content
main
Switch branches/tags
jam0001/confined/
jam0001/confined/

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Aug 20, 2021

Confined

make all
./bin/confined.out maths.confined

Language Features and Notes

  • Unicode is supported! Emojis can be used as identifiers.
  • Operator precedence is not supported. So 3 * 3 + 1 will result in 3 * (3 + 1) instead of (3 * 3) + 1
  • Common operators can be replaced with 'plus', 'minus', 'divided_by', 'multiplied_by' and 'equals'